body{
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
a,a:hover{ text-decoration: none; }
h1,h2,h3,h4,h5,h6{ font-weight: normal; }
.text-uppercase{
  text-transform: uppercase;
}
ul,li{ list-style: none; }
.container {padding-right: 0px;padding-left: 0px;}
.navbar{
	margin-bottom:0;
	box-shadow: 0px 0px 0px;
  border: 0 none;}
.navbar-brand{
  padding: 38px 15px;}
.navbar-brand img{
	max-height:32px;}
.navbar-nav>li>a{
	font-size:14px;
  background: url(../styles/images/menu.png) no-repeat top center;
	color:#333;
	padding: 7px 20px;
  margin:42px 0px;}
.navbar-nav>li>a:hover,.navbar-nav>li.active>a{
  background: none;
  color: #fff;
  background: url(../styles/images/menu_hover.png) no-repeat top center;
}
.top .nav .open>a,.top .nav .open>a:focus,.top .nav .open>a:hover {
    background:none;
    background: url(../styles/images/mli_hover.jpg) no-repeat left center;
    border-color: #c71620;
    border-radius: 30px;
}
.top .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #c71620;
}
.top .dropdown-menu>li>a{
  padding:12px 20px;
}
.carousel-caption{
  bottom: 35%;
}
.text-indent{
  text-indent: 2rem;
}


.sy-about{ margin-top: 50px;background: url(../styles/images/abg.jpg) no-repeat center bottom ; padding-bottom: 80px;}
.ab-tit{ margin-bottom: 55px; }
.sy-info{padding: 0.2rem 0 4rem 0;}
.sy-info .info-img{position: relative;}
.sy-info .info-img .info-img01{transition: 0.3s;}
.sy-info .info-img .info-img02{ position: absolute;top:0;left:50%;transform:translateX(-50%) scale(0.01,0.01);transition: 0.3s;}
.sy-info .media-info:hover .info-img .info-img01{transform:scale(0,0);}
.sy-info .media-info:hover .info-img .info-img02{transform:translateX(-50%) scale(1,1);}
.sy-info .info-body h2{font-size: 22px;color: #666; margin-top: 30px;}
.sy-info .media-info:hover .info-body h2{color: #b60006;transition: 0.3s;}
.sy-aimg img{ height: 343px; }
.sy-ab{ margin-top: 20px; margin-bottom: 40px; }
.product{
  background: url(../styles/images/case_bg.jpg) no-repeat center top;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.ptit{ margin-bottom: 30px; }
.show-item{width: 100%;}
.show-item ul{margin-left:-2px;margin-right:-2px; padding-left:0px;}
.show-item ul li{float: left;overflow: hidden;cursor: pointer;position: relative;padding:0px 10px;}
.item_warp{overflow: hidden;position: relative; margin-bottom: 20px;}
.item-box img{ }
.show-item ul li img{
  max-width:100%;height:auto;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
.show-item li:hover img,.leader-list1:hover img{    
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    opacity:0;
    -moz-opacity:0;-khtml-opacity:0;-o-opacity:0;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.mask_warp{display:table;width:100%;height:100%;}
.mask-cont{
  display:table-cell;
  vertical-align:middle;
}
.mask:before,.mask:after{
  content: '';
  position: absolute;
  top: 10%;
  left: 10%;
  width:80%;
  height:80%;
  -webkit-transition: opacity .35s ease-in-out,-webkit-transform .35s ease-in-out;
  transition: opacity .35s ease-in-out,transform .35s ease-in-out;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
     
}
.mask:before{
  border-top: 3px solid rgba(255,255,255,0.5);
  border-bottom: 3px solid rgba(255,255,255,0.5);
  -webkit-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
   -o-transform: scale3d(0, 1, 1);
   transform: scale3d(0, 1, 1);
}
.mask:after{
   border-left: 3px solid rgba(255,255,255,0.5);
     border-right: 3px solid rgba(255,255,255,0.5);
     -webkit-transform: scale3d(1, 0, 1);
     -ms-transform: scale3d(1, 0, 1);
     -o-transform: scale3d(1, 0, 1);
     transform: scale3d(1, 0, 1);
}

.mask:hover:before,.mask:hover:after{
  -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.mask-cont h1,.mask-cont p,.mask-cont span{
  color: white;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity:0;-khtml-opacity:0;-o-opacity:0;
    transition:.35s;
}
.mask-cont h1{font-size: 20px;font-weight: normal;max-width: 70%;margin: 0 auto;}
.mask-cont span{
    display:block;font-size: 12px;
    width: 102px;height: 34px;line-height:34px;margin: -3% auto 0;
    color: white;
    background: #b60006;
}
.item-box:hover>.mask{opacity: 1;filter: alpha(opacity=100);-moz-opacity:100;-khtml-opacity:100;-o-opacity:100; background-color: rgba(0, 0, 0, 0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7e5d1e,endColorstr=#7e5d1e),alpha(opacity=0);}
.item-box:hover>.mask p,.item-box:hover>.mask h1,.item-box:hover>.mask span{
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity:100;-khtml-opacity:100;-o-opacity:100;
    /* -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0); */
}
.item-box:hover>.mask span{
  margin: 3% auto 0;
}
.item-content{
  padding-right:5%;}
.blocks > li,
[class*="blocks-"] > li {
  position: relative;
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.show-item ul li h2{
  font-weight: normal;
}
.show-item ul li h2 a{
  color: #333;
}
.case-tit { margin-top: 10px; }
.sy-news{ margin-top: 50px; padding-bottom:80px;background: url(../styles/images/newbg.jpg) no-repeat center bottom;}
.new-tit{ margin-bottom: 80px; }
.ninfo{padding-top: 30px;}
.ninfo h5{ color: #999; font-size: 14px; }
.ninfo h2{ margin-top: 20px; margin-bottom: 30px; color: #b60006; font-size: 24px;}
.ninfo p{ color: #666; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden; }
.more{ margin-top: 30px; }
.new_info h2{ margin-top: 20px; margin-bottom: 10px; color: #333; font-size: 20px;}
.new_info{ padding: 30px; }
.new_info:hover{ transition: all ease-in-out 0.3s; background: #b60006; padding: 30px; }
.new_info:hover h5,.new_info:hover h2,.new_info:hover p{  color: #fff; }
.new_info p{display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
footer{ 
   background: url(../styles/images/bottom_bg.jpg) no-repeat center top;
  color: #eee;
  padding:30px 0; 
  overflow:hidden;}
.contact{
  padding: 20px;
  border:1px solid #565656;
  border-radius:40px; 
}
.contact i{
  font-size: 50px;
}
.menu-bot a{
  color: #ddd;
}
.menu-bot{ margin-top: 20px; color: #ddd; }
.copy{ color: #ddd; margin-top: 10px; }
.copyright{margin-top: 18px;color: #f5f5f5;background: #014949;padding: 20px 0;}
.ny-about{ margin-top: 60px;margin-bottom: 60px; }
.nab-tit{ padding-bottom: 10px; font-size: 24px; color: #a71818; margin-bottom: 30px;background: url(../styles/images/tit.png) no-repeat center top; line-height: 60px; }
.rat-news-list {
  padding: 30px;
  background: #ffffff;
  overflow: hidden;
}

.media-left, .media>.pull-left {
    padding-right: 20px;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.rat-news-list ul.rat-page-ajax {
  padding: 0px;
  list-style: none;
}
.rat-news-list ul.rat-page-ajax li {
  border-bottom: 1px solid #f0f2f5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.rat-news-list ul.rat-page-ajax li:last-child {
  margin-bottom: 0px;
}
.rat-news-list ul.rat-page-ajax li h4 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
}
.rat-news-list ul.rat-page-ajax li h4 a {
  color: #464646;
}
.rat-news-list ul.rat-page-ajax li h4 a:hover {
  color: #696969;
}
.rat-news-list ul.rat-page-ajax li p {
  font-size: 16px;
}
.rat-news-list ul.rat-page-ajax li p.des {
  color: #6a6a6a;
  margin-bottom: 10px;
  font-size: 13px;
}
.rat-news-list ul.rat-page-ajax li p.info {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 300;
  color: #a3afb7;
}
.rat-news-list ul.rat-page-ajax li p.info span {
  margin-left: 10px;
}
.rat-news-list ul.rat-page-ajax li p.info span:first-child {
  margin: 0;
}
.rat-news-list ul.rat-page-ajax li p.info i {
  color: #a3afb7;
  font-weight: 300;
}
  .rat-news-list ul.rat-page-ajax li .media .media-left .media-object {
    height: 120px;
    max-width: none;
  }
  .pagination{color: #666; text-align: center; clear:both; margin-top: 20px; margin-bottom: 10px;}
.pagination a{display: inline-block; *display: inline; *zoom: 1; margin-left: -1px; padding: 0 12px; height: 32px; line-height: 32px; color: #b60006; border: 1px solid #ddd; background: #fff; text-decoration: none; overflow:hidden;}
.pagination .prev::before{font-family: "fontawesome";display: inline-block; content:"\f104"; width: 10px; height: 10px; margin-right: 5px;}
.pagination .next::after{font-family: "fontawesome";display: inline-block; content: "\f105"; width: 10px; height: 10px; margin-left: 5px;}
.pagination a:not(.goto):hover{background-color: #eee; color: #2a6496}
.pagination a.cur,
.pagination a.cur:hover{background-color: #b60006; color: #fff; border-color: #b60006; margin-right: 1px}
.pagination a.disabled{background-color: #e6e6e6!important; color: #bbb!important; cursor: no-drop}
.pagination .prev{border-radius: 5px 0 0 5px}
.pagination .next{border-radius: 0 5px 5px 0; }
.rat-shownews-header h1 {
    font-weight: bold;
}
.ab-list2 .nav-tabs > li {
    width: 25%;
    text-align: center;
    border-right: 1px solid #ddd;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  background-color:#d4231d;
  color: #fff;
}
.nav-tabs.nav-stacked>.active a{
  background: #d4231d;
  color: #fff;
}
.nav-tabs.nav-stacked>.active a h3{
  color: #fff;
}
.ab-list2 .nav-tabs {
  border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}
.product_list_page_rat{padding: 30px 0 0;}
.product_list_page_rat .less-page-content {  }
.product_list_page_rat .card-header h4 a { display: block; position: relative; }
.product_list_page_rat .card-header a .mask { position: absolute; width: 100%; height: 100%; -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1); transition: all .66s cubic-bezier(.17, .84, .44, 1); z-index: 2; }
.product_list_page_rat .card-header a img { -webkit-transition: all .6s cubic-bezier(.17, .84, .44, 1); transition: all .6s cubic-bezier(.17, .84, .44, 1); width: 100%; }
.product_list_page_rat .card-title { text-align: center; border-bottom: 1px solid #e0e0e0; text-shadow: none; -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1); transition: all .6s cubic-bezier(.215, .61, .355, 1); margin-bottom:0; color: #444444; overflow: hidden;text-overflow:ellipsis; white-space: nowrap;}
.product_list_page_rat .card-title a { color: #444444; text-shadow: none; font-size: 16px;}
.product_list_page_rat .card-title p { color: #848484;color: ; padding:5px 0; margin: 0; font-size: 13px; }
.product_list_page_rat .card:hover .card-title { border-bottom: 1px solid #444444;border-bottom: 1px solid ; }
.product_list_page_rat .product-list .item { opacity: 0; transform: translate(0, 10%);margin-bottom: 20px; }
.product_list_page_rat-list .item .fa { color: #fff; width: 22px; height: 22px; font-size: 22px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.product_list_page_rat-list .item .fa:hover { text-decoration: none; }
.product_list_page_rat .card-title .btn{
  margin-top:15px;
  font-size:14px;
  background: transparent;
  border: 1px solid #e4c17e;
    border: 1px solid ;
  border-radius: 0;
}
.p-y-20 {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
.product_list_page_rat .card-title a.btn {color:#e4c17e;color:;}
.product_list_page_rat .card-title .btn:hover{
    background: #e4c17e;
  background: ;
    border: 1px solid #e4c17e;
  border: 1px solid ;
  color: #fff;
}
.overlay {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.overlay-figure {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0
}
.overlay-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #fff
}
.overlay-panel a:not([class]) {
  color: inherit;
  text-decoration: underline
}
.overlay-panel>:last-child {
  margin-bottom: 0
}
.overlay-panel h1, .overlay-panel h2, .overlay-panel h3, .overlay-panel h4, .overlay-panel h5, .overlay-panel h6 {
  color: inherit
}
.overlay-hover:not(:hover) .overlay-panel:not(.overlay-background-fixed) {
  opacity: 0
}
.overlay-background {
  background: rgba(0,0,0,.5)
}
.overlay-image {
  width: 100%;
  max-width: 100%;
  padding: 0
}
.overlay-shade {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255,255,255,0)), color-stop(90%, rgba(255,255,255,.87)), to(#fff)) repeat scroll 0 0;
  background: transparent -webkit-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(255,255,255,.87) 90%, #fff 100%) repeat scroll 0 0;
  background: transparent -o-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(255,255,255,.87) 90%, #fff 100%) repeat scroll 0 0;
  background: transparent linear-gradient(to bottom, rgba(255,255,255,0) 50%, rgba(255,255,255,.87) 90%, #fff 100%) repeat scroll 0 0
}
.overlay-top {
  bottom: auto
}
.overlay-bottom {
  top: auto
}
.overlay-left {
  right: auto
}
.overlay-right {
  left: auto
}
.overlay-icon {
  font-size: 0;
  text-align: center
}
.overlay-icon:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: ""
}
.overlay-icon .icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  text-decoration: none
}
.overlay-anchor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.overlay-blur, .overlay-fade, .overlay-grayscale, .overlay-scale, .overlay-spin, [class*=overlay-slide] {
-webkit-transition-timing-function:ease-out;
-o-transition-timing-function:ease-out;
transition-timing-function:ease-out;
-webkit-transition-duration:.3s;
-o-transition-duration:.3s;
transition-duration:.3s;
-webkit-transition-property:opacity -webkit-transform -webkit-filter, opacity -webkit-transform filter;
-o-transition-property:opacity -o-transform filter;
transition-property:opacity transform filter
}
.overlay-fade {
  opacity: .7
}
.overlay-hover:hover .overlay-fade {
  opacity: 1
}
.overlay-scale {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}
.overlay-hover:hover .overlay-scale {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}
.overlay-spin {
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0)
}
.overlay-hover:hover .overlay-spin {
  -webkit-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
  -o-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg)
}
.overlay-grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%)
}
.overlay-hover:hover .overlay-grayscale {
  filter: grayscale(0);
  -webkit-filter: grayscale(0)
}
[class*=overlay-slide] {
opacity:0
}
.overlay-slide-top {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%)
}
.overlay-slide-bottom {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%)
}
.overlay-slide-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%)
}
.overlay-slide-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%)
}
.overlay-hover:hover [class*=overlay-slide] {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0)
}
#map {
    height: 308px;
}

















@media (min-width: 2000px){
	.container {
	    max-width: 80%;
	}
}












@media (max-width: 767px) {
 .navbar-brand {
    padding: 27px 15px;}
  .icon_bg {
    padding: 0;}
	.navbar-brand img{
	max-height:20px;}
	.navbar-toggle {
    background-color:#eee;
	margin:20px 10px 20px 0;}
	.navbar-toggle .icon-bar {
	background-color: #555;}
  .navbar-nav>li>a{
    padding-left: 20px;
    margin:10px 0;
  font-size:14px;
  background:none;
  border-bottom: 1px solid #ddd;}
.navbar-nav>li>a:hover,.navbar-nav>li.active>a{
  background: none;
  color: #b60006;
  background:none;
}
.ny-about {
    padding: 0 20px;
}
.rat-news-list {
  padding: 10px;
}
.ab-list2 .nav-tabs {
    border-bottom: 0 none;
}
.ab-list2 .nav-tabs > li {
    width: 50%;
    border-bottom: 1px solid #ddd;

}
.xzoom-thumbs img{
  width: 80px!important;
}
.sy-aimg img {
    height: auto;
}
.a1{
  margin-bottom: 20px;
}
  .product,.contact,footer{ background-size: cover; }
}
  



}




/* 分页样式 */
.pagination {
    color: #666;
    clear: both;
    margin-top: 1em;
    display: block;
    margin: auto;
}

.pagination li {
    display: inline-block;
}

.pagination a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color:#b60006;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li>span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color:#b60006;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li.active>span {
    color: #ffffff;
    background:#b60006;
}

.pagination .prev::before {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f104";
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.pagination .next::after {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f105";
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.pagination a:not(.goto):hover {
    background-color: #eee;
    color:#ec6c00;
}

.pagination a.cur,
.pagination a.cur:hover {
    background-color:#b60006;
    color: #fff;
    border-color:#b60006;
    margin-right: 1px
}

.pagination a.disabled {
    background-color: #e6e6e6 !important;
    color: #bbb !important;
    cursor: no-drop
}

.pagination .prev {
    border-radius: 5px 0 0 5px;
}

.pagination .next {
    border-radius: 0 5px 5px 0;
}

.friendlink	.linkTagcs {
				    float: left;
				    color: #fff;
				    line-height: 26px;
				}
				
			.friendlink::before {
					content: "友情链接：";
				    list-style: none;
				    font-style: normal;
				    line-height: 27px;
				    float: left;
					color: #fff;
				}
				
			.friendlink	.linkTagcs {
				    text-align: left;
				    float: left;
				    width: 181px;
				    max-height: 30px;
				    overflow: hidden;
				    transition: 0.3s all ease-in-out;
				    line-height: 30px;
				}
				
			.friendlink	.linkTagcs a{
				    display: block;
				    color: #fff;
					line-height: 27px;
				}
				
			.friendlink	.linkTagcs:hover {
				    max-height: 30px;
				    overflow-x: hidden;
				    overflow-y: auto;
				}

